home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Ultra Gameplayers 101
/
Ultra Game Players Magazine, No. 101 - September 1997 (Imagine Publishing, Inc.)(1997).iso
/
pc
/
new_ugp.dxr
/
00363.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1997-07-10
|
306 b
|
17 lines
global wordFlash
on enterFrame
set text to the text of member "source text"
set display to "banner display"
set width to 20
set wordFlash to new(script "Text Banner Class", [#text: text, #displayMember: display, #charWidth: width])
end
on exitFrame
pause()
end
on idle
update(wordFlash)
end